Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
做了什么
在之前的设计中,封锁/解封分区为了兼容封/解封账户的时候默认没有数据参数则表示所有分区
但是实际实现上已经没有兼容逻辑,在调用接口前已经区分不同逻辑的判断
在调用封锁/解封分区接口时 不存在undefined的情况,如果为[]则按接口意义表示没有需要处理的分区的意思
此PR修改上述相关注释信息